func go/types.writeExprList

4 uses

	go/types (current package)
		errors.go#L95: 			writeExprList(&buf, a)
		exprstring.go#L74: 		writeExprList(buf, ix.Indices)
		exprstring.go#L104: 		writeExprList(buf, x.Args)
		exprstring.go#L228: func writeExprList(buf *bytes.Buffer, list []ast.Expr) {